﻿/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

.panel-tan {
    border-color: lightgray;
}

    .panel-tan > .panel-heading {
        color: maroon;
        background-color: tan;
        border-color: lightgray;
    }

        .panel-tan > .panel-heading + .panel-collapse .panel-body {
            border-top-color: lightgray;
        }

    .panel-tan > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: lightgray;
    }



.panel-salmon {
    border-color: lightgray;
}

    .panel-salmon > .panel-heading {
        color: darkred;
        background-color: LIGHTSALMON;
        border-color: lightgray;
    }

        .panel-salmon > .panel-heading + .panel-collapse .panel-body {
            border-top-color: lightgray;
        }

    .panel-salmon > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: lightgray;
    }

.panel-lightGray {
    border-color: gray;
}

    .panel-lightGray > .panel-heading {
        color: dimgrey;
        background-color: lightgray;
        border-color: gray;
    }

        .panel-lightGray > .panel-heading + .panel-collapse .panel-body {
            border-top-color: gray;
        }

    .panel-lightGray > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: gray;
    }


.panel-cadet {
    border-color: lightgray;
}

    .panel-cadet > .panel-heading {
        color: white;
        background-color: cadetblue;
        border-color: lightgray;
    }

        .panel-cadet > .panel-heading + .panel-collapse .panel-body {
            border-top-color: lightgray;
        }

    .panel-cadet > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: lightgray;
    }

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}
li {
    list-style-type: none;
}
    .sidenav a {
        padding: 8px 8px 8px 8px;        
        text-decoration: none;
        font-size: 12px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 24px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 0px;
    background-color:transparent;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

body {
    margin-top: 100px;
    background-color: white;    
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#GridRelSemestralFinanceiro td {
    font-size: 11px !important
}

#GridRelSemestralFinanceiro th {
    text-align: center !important;
    font-size: 11px !important;
}

#GridFisicoFinanceiro td {
    font-size: 11px !important
}

#GridFisicoFinanceiro th {
    text-align: center !important;
    font-size: 11px !important;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover,
            .top-nav > .open > a,
            .top-nav > .open > a:hover {
                color: #5387AD;
                background-color: #F5F5F5;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: o;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.message-dropdownChangeSenha {
    padding-left: 40px;
    padding-bottom: 7px;
    width: 350px;
    overflow: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 300px;
        width: 300px;
        margin-left: -300px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        font-size: small;
    }

        .side-nav > li > a {
            width: 300px;
            padding: 8px;
            font-family: Arial;
            color: black;
            font-weight: 600;
            font-size: 12px;
        }

        .side-nav li :hover,
        .side-nav li :focus {
            color: #5387AD;
            background-color: #F5F5F5;
        }
}

.side-nav li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 20px;
    vertical-align: middle;
    float: right;
}

.PadFieldBoth {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px;
}

.PadFields {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 0px;
}

.PadFieldLeft {
    padding-left: 8px;
    padding-right: 4px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.PadFieldDet {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.PadFieldRight {
    padding-left: 4px;
    padding-right: 8px;
    margin-bottom: 0px;
}

.PadPanel {
    margin-top: 15px;
}

.MargButtons {
    margin-right: 5px;
    min-width: 100px;
}

.side-nav > li > ul {
    padding: 0;
}

.modalX {
    position: fixed;
    z-index: 100000;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
}

.centerX {
    z-index: 10000;
    margin-top: 200px;
}


.side-nav li > ul > li {
    text-decoration: none;
    padding: 5px 15px 5px 25px;
    background-color: white;
}

    .side-nav li > ul > li a {
        text-decoration: none;
        color: black;
        font-size: 11px;
        background-color: transparent;
    }

    .side-nav li > ul > li > a:hover {
        background-color: #F5F5F5;
    }

    .side-nav li > ul > li:hover {
        color: #5387AD;
        background-color: #F5F5F5;
    }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }



.modalOK {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 1000000;
}

/* Modal Content/Box */
.modalOK-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    width: 80%;
    border-radius: 6px;
}

.modalOK-header {
    padding: 20px 20px 20px 20px;
    border-radius: 6px 6px 0px 0px;
    background-color: #819bcb;
}

.modalOK-body {
    padding: 20px 20px 20px 20px;
    border-radius: 6px;
    min-height: 100px;
}


.modalOK-footer {
    min-height: 60px;
    border-radius: 0px 0px 6px 6px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}


.modalOK_N2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 10000001;
}

/* Modal Content/Box */
.modalOK_N2-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    width: 80%;
    border-radius: 6px;
}

.modalOK_N2-header {
    padding: 20px 20px 20px 20px;
    border-radius: 6px 6px 0px 0px;
    background-color: #819bcb;
}

.modalOK_N2-body {
    padding: 20px 20px 20px 20px;
    border-radius: 6px;
    min-height: 100px;
}


.modalOK_N2-footer {
    min-height: 60px;
    border-radius: 0px 0px 6px 6px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
}

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding-right: 20px;
}

.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 0.3em;
    }

        .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}
